@elliemae/ds-dialog 2.4.1-rc.1 → 2.4.1-rc.2
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/cjs/DSDialog.js +2 -1
- package/esm/DSDialog.js +2 -1
- package/package.json +5 -5
package/cjs/DSDialog.js
CHANGED
|
@@ -146,7 +146,8 @@ const DSDialog = props => {
|
|
|
146
146
|
tabIndex: !removeAutoFocus ? 0 : undefined
|
|
147
147
|
}, utils.getSpaceProps(rest)), {}, {
|
|
148
148
|
centered: centered,
|
|
149
|
-
"data-testid": DSDialogDatatestid.DSDialogDatatestid.CONTAINER
|
|
149
|
+
"data-testid": DSDialogDatatestid.DSDialogDatatestid.CONTAINER,
|
|
150
|
+
onKeyDown: handleOnKeyDown
|
|
150
151
|
}, restOfGlobalAttributes), {}, {
|
|
151
152
|
size: size,
|
|
152
153
|
children: children
|
package/esm/DSDialog.js
CHANGED
|
@@ -135,7 +135,8 @@ const DSDialog = props => {
|
|
|
135
135
|
tabIndex: !removeAutoFocus ? 0 : undefined
|
|
136
136
|
}, getSpaceProps(rest)), {}, {
|
|
137
137
|
centered: centered,
|
|
138
|
-
"data-testid": DSDialogDatatestid.CONTAINER
|
|
138
|
+
"data-testid": DSDialogDatatestid.CONTAINER,
|
|
139
|
+
onKeyDown: handleOnKeyDown
|
|
139
140
|
}, restOfGlobalAttributes), {}, {
|
|
140
141
|
size: size,
|
|
141
142
|
children: children
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-dialog",
|
|
3
|
-
"version": "2.4.1-rc.
|
|
3
|
+
"version": "2.4.1-rc.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Dialog",
|
|
6
6
|
"module": "./esm/index.js",
|
|
@@ -60,10 +60,10 @@
|
|
|
60
60
|
"build": "node ../../scripts/build/build.js"
|
|
61
61
|
},
|
|
62
62
|
"dependencies": {
|
|
63
|
-
"@elliemae/ds-button": "2.4.1-rc.
|
|
64
|
-
"@elliemae/ds-icons": "2.4.1-rc.
|
|
65
|
-
"@elliemae/ds-props-helpers": "2.4.1-rc.
|
|
66
|
-
"@elliemae/ds-system": "2.4.1-rc.
|
|
63
|
+
"@elliemae/ds-button": "2.4.1-rc.2",
|
|
64
|
+
"@elliemae/ds-icons": "2.4.1-rc.2",
|
|
65
|
+
"@elliemae/ds-props-helpers": "2.4.1-rc.2",
|
|
66
|
+
"@elliemae/ds-system": "2.4.1-rc.2",
|
|
67
67
|
"react-desc": "~4.1.3"
|
|
68
68
|
},
|
|
69
69
|
"devDependencies": {
|