@teamturing/react-kit 2.53.2 → 2.53.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.
- package/dist/index.js +1 -1
- package/esm/core/Dialog/index.js +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -4206,7 +4206,7 @@ const Dialog = ({
|
|
|
4206
4206
|
width: '100%',
|
|
4207
4207
|
height: '100%',
|
|
4208
4208
|
children: /*#__PURE__*/jsxRuntime.jsxs(BaseDialog, {
|
|
4209
|
-
className: `
|
|
4209
|
+
className: `trk-dialog--${size}`,
|
|
4210
4210
|
ref: dialogRef,
|
|
4211
4211
|
"aria-modal": 'true',
|
|
4212
4212
|
role: 'dialog',
|
package/esm/core/Dialog/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teamturing/react-kit",
|
|
3
|
-
"version": "2.53.
|
|
3
|
+
"version": "2.53.3",
|
|
4
4
|
"description": "React components, hooks for create teamturing web application",
|
|
5
5
|
"author": "Sungchang Park <psch300@gmail.com> (https://github.com/psch300)",
|
|
6
6
|
"homepage": "https://github.com/weareteamturing/bombe#readme",
|
|
@@ -66,5 +66,5 @@
|
|
|
66
66
|
"react-textarea-autosize": "^8.5.3",
|
|
67
67
|
"styled-system": "^5.1.5"
|
|
68
68
|
},
|
|
69
|
-
"gitHead": "
|
|
69
|
+
"gitHead": "8b463d17813eaa9bc4f255e2e829eb3feefa5428"
|
|
70
70
|
}
|