@elliemae/ds-form-date-time-picker 3.17.0-next.12 → 3.17.0-next.15

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.
@@ -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
- /// <reference types="react" />
2
- export declare const CalendarWithTimeWheel: () => JSX.Element;
1
+ export declare const CalendarWithTimeWheel: () => import("react/jsx-runtime.js").JSX.Element;
@@ -1,5 +1,5 @@
1
1
  /// <reference types="react" />
2
2
  export declare const WrappedTimeWheelContext: ({ children }: {
3
3
  children: JSX.Element;
4
- }) => JSX.Element;
4
+ }) => import("react/jsx-runtime.js").JSX.Element;
5
5
  export declare const TimeWheel: () => 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.12",
3
+ "version": "3.17.0-next.15",
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-button": "3.17.0-next.12",
39
- "@elliemae/ds-icon": "3.17.0-next.12",
40
- "@elliemae/ds-grid": "3.17.0-next.12",
41
- "@elliemae/ds-icons": "3.17.0-next.12",
42
- "@elliemae/ds-popperjs": "3.17.0-next.12",
43
- "@elliemae/ds-props-helpers": "3.17.0-next.12",
44
- "@elliemae/ds-utilities": "3.17.0-next.12",
45
- "@elliemae/ds-system": "3.17.0-next.12"
38
+ "@elliemae/ds-button": "3.17.0-next.15",
39
+ "@elliemae/ds-grid": "3.17.0-next.15",
40
+ "@elliemae/ds-icon": "3.17.0-next.15",
41
+ "@elliemae/ds-popperjs": "3.17.0-next.15",
42
+ "@elliemae/ds-system": "3.17.0-next.15",
43
+ "@elliemae/ds-icons": "3.17.0-next.15",
44
+ "@elliemae/ds-utilities": "3.17.0-next.15",
45
+ "@elliemae/ds-props-helpers": "3.17.0-next.15"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@elliemae/pui-theme": "~2.7.0",