@elliemae/ds-form 2.3.0-next.14 → 2.3.0-next.18
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-form",
|
|
3
|
-
"version": "2.3.0-next.
|
|
3
|
+
"version": "2.3.0-next.18",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Form",
|
|
6
6
|
"module": "./esm/index.js",
|
|
@@ -748,36 +748,34 @@
|
|
|
748
748
|
"build": "node ../../scripts/build/build.js"
|
|
749
749
|
},
|
|
750
750
|
"dependencies": {
|
|
751
|
-
"@elliemae/ds-button": "2.3.0-next.
|
|
752
|
-
"@elliemae/ds-circular-progress-indicator": "2.3.0-next.
|
|
753
|
-
"@elliemae/ds-classnames": "2.3.0-next.
|
|
754
|
-
"@elliemae/ds-controlled-form": "2.3.0-next.
|
|
755
|
-
"@elliemae/ds-dropdownmenu": "2.3.0-next.
|
|
756
|
-
"@elliemae/ds-
|
|
757
|
-
"@elliemae/ds-
|
|
758
|
-
"@elliemae/ds-
|
|
759
|
-
"@elliemae/ds-
|
|
760
|
-
"@elliemae/ds-
|
|
761
|
-
"@elliemae/ds-
|
|
762
|
-
"@elliemae/ds-
|
|
763
|
-
"@elliemae/ds-
|
|
764
|
-
"@elliemae/ds-
|
|
765
|
-
"@elliemae/ds-
|
|
766
|
-
"@elliemae/ds-
|
|
767
|
-
"@elliemae/ds-
|
|
768
|
-
"@elliemae/ds-
|
|
769
|
-
"@elliemae/ds-
|
|
770
|
-
"@elliemae/ds-tooltip": "2.3.0-next.14",
|
|
771
|
-
"@elliemae/ds-truncated-tooltip-text": "2.3.0-next.14",
|
|
772
|
-
"@elliemae/ds-utilities": "2.3.0-next.14",
|
|
751
|
+
"@elliemae/ds-button": "2.3.0-next.18",
|
|
752
|
+
"@elliemae/ds-circular-progress-indicator": "2.3.0-next.18",
|
|
753
|
+
"@elliemae/ds-classnames": "2.3.0-next.18",
|
|
754
|
+
"@elliemae/ds-controlled-form": "2.3.0-next.18",
|
|
755
|
+
"@elliemae/ds-dropdownmenu": "2.3.0-next.18",
|
|
756
|
+
"@elliemae/ds-grid": "2.3.0-next.18",
|
|
757
|
+
"@elliemae/ds-icon": "2.3.0-next.18",
|
|
758
|
+
"@elliemae/ds-icons": "2.3.0-next.18",
|
|
759
|
+
"@elliemae/ds-menu": "2.3.0-next.18",
|
|
760
|
+
"@elliemae/ds-overlay": "2.3.0-next.18",
|
|
761
|
+
"@elliemae/ds-popper": "2.3.0-next.18",
|
|
762
|
+
"@elliemae/ds-props-helpers": "2.3.0-next.18",
|
|
763
|
+
"@elliemae/ds-separator": "2.3.0-next.18",
|
|
764
|
+
"@elliemae/ds-shared": "2.3.0-next.18",
|
|
765
|
+
"@elliemae/ds-system": "2.3.0-next.18",
|
|
766
|
+
"@elliemae/ds-text-wrapper": "2.3.0-next.18",
|
|
767
|
+
"@elliemae/ds-tooltip": "2.3.0-next.18",
|
|
768
|
+
"@elliemae/ds-truncated-tooltip-text": "2.3.0-next.18",
|
|
769
|
+
"@elliemae/ds-utilities": "2.3.0-next.18",
|
|
773
770
|
"@elliemae/react-popper": "1.0.2",
|
|
771
|
+
"@xstyled/styled-components": "~3.1.1",
|
|
772
|
+
"csstype": "~3.0.9",
|
|
774
773
|
"memoize-one": "~5.1.1",
|
|
775
774
|
"moment": "~2.29.1",
|
|
776
775
|
"prop-types": "~15.7.2",
|
|
777
776
|
"react-desc": "~4.1.3",
|
|
778
777
|
"react-measure": "~2.5.2",
|
|
779
778
|
"react-select": "~4.3.0",
|
|
780
|
-
"react-virtual": "~2.8.2",
|
|
781
779
|
"react-window": "~1.8.6",
|
|
782
780
|
"resize-observer": "~1.0.2",
|
|
783
781
|
"text-mask-core": "5.1.2",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
export declare const DateInputFluidContainer: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid/types/types").
|
|
3
|
-
export declare const DateInputWrapper: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid/types/types").
|
|
2
|
+
export declare const DateInputFluidContainer: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid/types/react-desc-prop-types").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, import("styled-components").DefaultTheme, {}, never>;
|
|
3
|
+
export declare const DateInputWrapper: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid/types/react-desc-prop-types").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, import("styled-components").DefaultTheme, {}, never>;
|
|
4
4
|
export declare const DateInputInput: import("styled-components").StyledComponent<"input", import("styled-components").DefaultTheme, {}, never>;
|
|
5
5
|
export declare const DateInputDivider: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
|