@elliemae/ds-form-input-text 3.54.0-next.3 → 3.54.0-next.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.
|
@@ -4,8 +4,16 @@ export declare const FORM_INPUT_TEXT_SLOTS: {
|
|
|
4
4
|
readonly INPUT: "input";
|
|
5
5
|
readonly CLEAR_BUTTON: "input-clear-button";
|
|
6
6
|
};
|
|
7
|
-
export declare const FORM_INPUT_TEXT_DATA_TESTID:
|
|
8
|
-
|
|
7
|
+
export declare const FORM_INPUT_TEXT_DATA_TESTID: {
|
|
8
|
+
readonly INPUT_WRAPPER: "ds-inputtext-root";
|
|
9
|
+
readonly INPUT: "ds-inputtext-input";
|
|
10
|
+
readonly CLEAR_BUTTON: "ds-inputtext-input-clear-button";
|
|
11
|
+
};
|
|
12
|
+
export declare const DSInputTextDataTestIds: {
|
|
13
|
+
readonly INPUT_WRAPPER: "ds-inputtext-root";
|
|
14
|
+
readonly INPUT: "ds-inputtext-input";
|
|
15
|
+
readonly CLEAR_BUTTON: "ds-inputtext-input-clear-button";
|
|
16
|
+
};
|
|
9
17
|
export declare const DSInputTextName = "DSInputtext";
|
|
10
18
|
export declare const DSInputTextSlots: {
|
|
11
19
|
INPUT_WRAPPER: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-form-input-text",
|
|
3
|
-
"version": "3.54.0-next.
|
|
3
|
+
"version": "3.54.0-next.5",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Controlled Form Input Text",
|
|
6
6
|
"files": [
|
|
@@ -36,12 +36,12 @@
|
|
|
36
36
|
"indent": 4
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@elliemae/ds-button-v2": "3.54.0-next.
|
|
40
|
-
"@elliemae/ds-
|
|
41
|
-
"@elliemae/ds-
|
|
42
|
-
"@elliemae/ds-props-helpers": "3.54.0-next.
|
|
43
|
-
"@elliemae/ds-icons": "3.54.0-next.
|
|
44
|
-
"@elliemae/ds-system": "3.54.0-next.
|
|
39
|
+
"@elliemae/ds-button-v2": "3.54.0-next.5",
|
|
40
|
+
"@elliemae/ds-icon": "3.54.0-next.5",
|
|
41
|
+
"@elliemae/ds-grid": "3.54.0-next.5",
|
|
42
|
+
"@elliemae/ds-props-helpers": "3.54.0-next.5",
|
|
43
|
+
"@elliemae/ds-icons": "3.54.0-next.5",
|
|
44
|
+
"@elliemae/ds-system": "3.54.0-next.5"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@elliemae/pui-cli": "9.0.0-next.65",
|
|
@@ -49,8 +49,8 @@
|
|
|
49
49
|
"jest": "~29.7.0",
|
|
50
50
|
"styled-components": "~5.3.9",
|
|
51
51
|
"styled-system": "^5.1.5",
|
|
52
|
-
"@elliemae/ds-monorepo-devops": "3.54.0-next.
|
|
53
|
-
"@elliemae/ds-test-utils": "3.54.0-next.
|
|
52
|
+
"@elliemae/ds-monorepo-devops": "3.54.0-next.5",
|
|
53
|
+
"@elliemae/ds-test-utils": "3.54.0-next.5"
|
|
54
54
|
},
|
|
55
55
|
"peerDependencies": {
|
|
56
56
|
"@elliemae/pui-theme": "~2.13.0",
|