@elliemae/ds-time-picker 3.14.12 → 3.14.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.
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  declare const DSTimePicker: {
2
3
  ({ containerProps, innerRef, className, disabled, value, format, style, onChange, onOpen, isOpen, clearable, hasHeader, hasHeaderDisplay, "aria-label": ariaLabel, zIndex, placement, disabledTimes, minutesInterval, }: {
3
4
  containerProps?: {} | undefined;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  declare const DSTimePickerMenu: (props: any) => JSX.Element;
2
3
  export { DSTimePickerMenu };
3
4
  export default DSTimePickerMenu;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import PropTypes from 'prop-types';
2
3
  declare const TimePickerDropdown: {
3
4
  ({ disabled, onClick, onOpen, isOpen, menu, zIndex, blockName, placement }: {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import PropTypes from 'prop-types';
2
3
  declare const TimePickerImpl: {
3
4
  ({ value, onChange, onOpen, format, disabled, hasHeader, hasHeaderDisplay, className, containerProps, placement, zIndex, disabledTimes, minutesInterval, }: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-time-picker",
3
- "version": "3.14.12",
3
+ "version": "3.14.14",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Time Picker",
6
6
  "files": [
@@ -70,13 +70,13 @@
70
70
  "memoize-one": "~6.0.0",
71
71
  "moment": "~2.29.1",
72
72
  "prop-types": "~15.8.1",
73
- "@elliemae/ds-button": "3.14.12",
74
- "@elliemae/ds-classnames": "3.14.12",
75
- "@elliemae/ds-form": "3.14.12",
76
- "@elliemae/ds-icons": "3.14.12",
77
- "@elliemae/ds-popper": "3.14.12",
78
- "@elliemae/ds-system": "3.14.12",
79
- "@elliemae/ds-utilities": "3.14.12"
73
+ "@elliemae/ds-button": "3.14.14",
74
+ "@elliemae/ds-classnames": "3.14.14",
75
+ "@elliemae/ds-form": "3.14.14",
76
+ "@elliemae/ds-icons": "3.14.14",
77
+ "@elliemae/ds-popper": "3.14.14",
78
+ "@elliemae/ds-system": "3.14.14",
79
+ "@elliemae/ds-utilities": "3.14.14"
80
80
  },
81
81
  "devDependencies": {
82
82
  "styled-components": "~5.3.6"