@elliemae/ds-form-date-time-picker 3.31.4 → 3.31.5

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,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import type { DSControlledDateTimePickerT } from './react-desc-prop-types.js';
3
2
  declare const DSControlledDateTimePicker: {
4
3
  (props: DSControlledDateTimePickerT.Props): JSX.Element;
@@ -1,2 +1 @@
1
- /// <reference types="react" />
2
1
  export declare const ClearButton: () => JSX.Element;
@@ -1,2 +1 @@
1
- /// <reference types="react" />
2
1
  export declare const ControlledDateTimePickerContent: () => JSX.Element;
@@ -1,2 +1 @@
1
- /// <reference types="react" />
2
1
  export declare const DateInputs: () => JSX.Element;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export declare const WrappedCalendarContext: ({ children }: {
3
2
  children: JSX.Element;
4
3
  }) => import("react/jsx-runtime.js").JSX.Element;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export declare const CalendarContent: ({ className }: {
3
2
  className?: string | undefined;
4
3
  }) => JSX.Element;
@@ -1,2 +1 @@
1
- /// <reference types="react" />
2
1
  export declare const CalendarHead: () => JSX.Element;
@@ -1,2 +1 @@
1
- /// <reference types="react" />
2
1
  export declare const CalendarIconTrigger: () => JSX.Element;
@@ -1,2 +1 @@
1
- /// <reference types="react" />
2
1
  export declare const CalendarMonthDays: () => JSX.Element;
@@ -1,2 +1 @@
1
- /// <reference types="react" />
2
1
  export declare const CalendarWrapper: () => JSX.Element | null;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import type { DSControlledDateTimePickerInternalsT } from '../../../sharedTypes.js';
3
2
  interface CalendarDayPropsT {
4
3
  metaDay: DSControlledDateTimePickerInternalsT.MetaMonthDay;
@@ -1,2 +1 @@
1
- /// <reference types="react" />
2
1
  export declare const CalendarWithTimeWheelContent: () => JSX.Element;
@@ -1,2 +1 @@
1
- /// <reference types="react" />
2
1
  export declare const CalendarWithTimeWheelIconTrigger: () => JSX.Element;
@@ -1,2 +1 @@
1
- /// <reference types="react" />
2
1
  export declare const PickersIcons: () => JSX.Element;
@@ -1,2 +1 @@
1
- /// <reference types="react" />
2
1
  export declare const HoursList: () => JSX.Element;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  export declare const MeridiemList: () => JSX.Element;
3
2
  export default MeridiemList;
@@ -1,3 +1,2 @@
1
- /// <reference types="react" />
2
1
  export declare const MinutesList: () => JSX.Element;
3
2
  export default MinutesList;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export declare const WrappedTimeWheelContext: ({ children }: {
3
2
  children: JSX.Element;
4
3
  }) => import("react/jsx-runtime.js").JSX.Element;
@@ -1,2 +1 @@
1
- /// <reference types="react" />
2
1
  export declare const TimeWheelIconTrigger: () => JSX.Element;
@@ -1,2 +1 @@
1
- /// <reference types="react" />
2
1
  export declare const TimeInputs: () => JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-form-date-time-picker",
3
- "version": "3.31.4",
3
+ "version": "3.31.5",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Controlled Form Date Time Picker",
6
6
  "files": [
@@ -35,21 +35,21 @@
35
35
  "indent": 4
36
36
  },
37
37
  "dependencies": {
38
- "@elliemae/ds-button-v2": "3.31.4",
39
- "@elliemae/ds-grid": "3.31.4",
40
- "@elliemae/ds-icons": "3.31.4",
41
- "@elliemae/ds-popperjs": "3.31.4",
42
- "@elliemae/ds-props-helpers": "3.31.4",
43
- "@elliemae/ds-system": "3.31.4",
44
- "@elliemae/ds-typescript-helpers": "3.31.4",
45
- "@elliemae/ds-utilities": "3.31.4"
38
+ "@elliemae/ds-button-v2": "3.31.5",
39
+ "@elliemae/ds-popperjs": "3.31.5",
40
+ "@elliemae/ds-props-helpers": "3.31.5",
41
+ "@elliemae/ds-system": "3.31.5",
42
+ "@elliemae/ds-icons": "3.31.5",
43
+ "@elliemae/ds-grid": "3.31.5",
44
+ "@elliemae/ds-utilities": "3.31.5",
45
+ "@elliemae/ds-typescript-helpers": "3.31.5"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@elliemae/pui-cli": "~9.0.0-next.31",
49
49
  "@elliemae/pui-theme": "~2.7.0",
50
50
  "styled-components": "~5.3.9",
51
51
  "styled-system": "~5.1.5",
52
- "@elliemae/ds-monorepo-devops": "3.31.4"
52
+ "@elliemae/ds-monorepo-devops": "3.31.5"
53
53
  },
54
54
  "peerDependencies": {
55
55
  "@elliemae/pui-theme": "~2.7.0",
@@ -1,21 +0,0 @@
1
- /// <reference types="react" />
2
- export declare const StyledIconTriggerButton: import("styled-components").StyledComponent<import("react").ComponentType<import("@elliemae/ds-button-v2").DSButtonV2T.Props>, import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<import("react").ComponentType<import("@elliemae/ds-button-v2").DSButtonV2T.Props>>, never>;
3
- export declare const StyledShadowWrapper: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
4
- export declare const StyledCalendarWrapper: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
5
- export declare const StyledHeader: import("styled-components").StyledComponent<"section", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"section">, never>;
6
- export declare const StyledHeaderLabel: import("styled-components").StyledComponent<"h3", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"h3">, never>;
7
- export declare const StyledHeaderButton: import("styled-components").StyledComponent<import("react").ComponentType<import("@elliemae/ds-button-v2").DSButtonV2T.Props>, import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<import("react").ComponentType<import("@elliemae/ds-button-v2").DSButtonV2T.Props>>, never>;
8
- export declare const StyledBody: import("styled-components").StyledComponent<"section", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"section">, never>;
9
- export declare const StyledDayBtn: import("styled-components").StyledComponent<import("react").ComponentType<import("@elliemae/ds-button-v2").DSButtonV2T.Props>, import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<import("react").ComponentType<import("@elliemae/ds-button-v2").DSButtonV2T.Props>>, never>;
10
- export declare const StyledWeekDaysListWrapper: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, import("@elliemae/ds-system").Theme, {
11
- [x: string]: any;
12
- [x: number]: any;
13
- [x: symbol]: any;
14
- } & {
15
- theme?: import("@elliemae/ds-system").Theme | undefined;
16
- } & {
17
- as?: string | import("react").ComponentType<any> | undefined;
18
- forwardedAs?: string | import("react").ComponentType<any> | undefined;
19
- } & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>>, never>;
20
- export declare const StyledWeekDaysHeaderItem: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
21
- export declare const CalendarFooterMessage: import("styled-components").StyledComponent<"footer", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"footer">, never>;