@elliemae/ds-form 3.24.0-next.0 → 3.24.0-next.3
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
|
-
export declare const DateInputFluidContainer: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid
|
|
3
|
-
export declare const DateInputWrapper: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid
|
|
2
|
+
export declare const DateInputFluidContainer: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
|
|
3
|
+
export declare const DateInputWrapper: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
|
|
4
4
|
export declare const DateInputInput: import("styled-components").StyledComponent<"input", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
|
|
5
5
|
export declare const DateInputDivider: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-form",
|
|
3
|
-
"version": "3.24.0-next.
|
|
3
|
+
"version": "3.24.0-next.3",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Form",
|
|
6
6
|
"files": [
|
|
@@ -481,28 +481,24 @@
|
|
|
481
481
|
"react-select": "~4.3.1",
|
|
482
482
|
"resize-observer": "~1.0.4",
|
|
483
483
|
"text-mask-core": "5.1.2",
|
|
484
|
-
"@elliemae/ds-
|
|
485
|
-
"@elliemae/ds-
|
|
486
|
-
"@elliemae/ds-
|
|
487
|
-
"@elliemae/ds-
|
|
488
|
-
"@elliemae/ds-
|
|
489
|
-
"@elliemae/ds-
|
|
490
|
-
"@elliemae/ds-
|
|
491
|
-
"@elliemae/ds-
|
|
492
|
-
"@elliemae/ds-text
|
|
493
|
-
"@elliemae/ds-
|
|
494
|
-
"@elliemae/ds-
|
|
495
|
-
"@elliemae/ds-utilities": "3.24.0-next.
|
|
484
|
+
"@elliemae/ds-button": "3.24.0-next.3",
|
|
485
|
+
"@elliemae/ds-grid": "3.24.0-next.3",
|
|
486
|
+
"@elliemae/ds-props-helpers": "3.24.0-next.3",
|
|
487
|
+
"@elliemae/ds-icons": "3.24.0-next.3",
|
|
488
|
+
"@elliemae/ds-shared": "3.24.0-next.3",
|
|
489
|
+
"@elliemae/ds-text-wrapper": "3.24.0-next.3",
|
|
490
|
+
"@elliemae/ds-system": "3.24.0-next.3",
|
|
491
|
+
"@elliemae/ds-tooltip": "3.24.0-next.3",
|
|
492
|
+
"@elliemae/ds-truncated-tooltip-text": "3.24.0-next.3",
|
|
493
|
+
"@elliemae/ds-classnames": "3.24.0-next.3",
|
|
494
|
+
"@elliemae/ds-common": "3.24.0-next.3",
|
|
495
|
+
"@elliemae/ds-utilities": "3.24.0-next.3"
|
|
496
496
|
},
|
|
497
497
|
"devDependencies": {
|
|
498
|
-
"@elliemae/pui-cli": "~9.0.0-next.
|
|
499
|
-
"@testing-library/dom": "~8.19.0",
|
|
500
|
-
"@testing-library/jest-dom": "~5.16.5",
|
|
501
|
-
"@testing-library/react": "~12.1.3",
|
|
502
|
-
"@testing-library/user-event": "~13.5.0",
|
|
498
|
+
"@elliemae/pui-cli": "~9.0.0-next.31",
|
|
503
499
|
"styled-components": "~5.3.9",
|
|
504
500
|
"styled-system": "~5.1.5",
|
|
505
|
-
"@elliemae/ds-monorepo-devops": "3.24.0-next.
|
|
501
|
+
"@elliemae/ds-monorepo-devops": "3.24.0-next.3"
|
|
506
502
|
},
|
|
507
503
|
"peerDependencies": {
|
|
508
504
|
"lodash": "^4.17.21",
|